home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / communic / w3pcb.zip / BOARD1.BAT next >
DOS Batch File  |  1991-01-12  |  315b  |  16 lines

  1. @echo off
  2. c:
  3. cd\pcb
  4. if exist remote.bat rename remote.bat remote.sys
  5. if exist event.bat rename event.bat event.sys
  6. if exist door.bat del door.bat
  7. if exist endpcb del endpcb
  8. pcb145-1
  9. if exist remote.bat remote
  10. if exist door.bat door
  11. if exist event.bat event
  12. if exist endpcb goto end
  13. board1
  14. :end
  15. exit
  16.